VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.TypeConverters Namespace / PaddingFConverter Class / GetProperties Methods / GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method (PaddingFConverter)
    In This Topic
    Retrieves the set of properties for this type. By default, a type has does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function GetProperties( _
    ByVal context
    An System.ComponentModel.ITypeDescriptorContext that provides a format context.
    As System.ComponentModel.ITypeDescriptorContext, _
    ByVal value
    An System.Object that specifies the type of array for which to get properties.
    As System.Object, _
    ByVal attributes
    An array of type System.Attribute that is used as a filter.
    () As System.Attribute _
    ) As System.ComponentModel.PropertyDescriptorCollection

    Parameters

    context
    An System.ComponentModel.ITypeDescriptorContext that provides a format context.
    value
    An System.Object that specifies the type of array for which to get properties.
    attributes
    An array of type System.Attribute that is used as a filter.

    Return Value

    A System.ComponentModel.PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also